home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000352_news@columbia.edu_Mon Dec 5 15:37:30 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05770
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 5 Dec 1994 10:37:49 -0500
  3. Received: by apakabar.cc.columbia.edu id AA21809
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 5 Dec 1994 10:37:46 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: "OPEN READ file" Problems
  9. Date: 5 Dec 1994 15:37:30 GMT
  10. Organization: Columbia University
  11. Lines: 33
  12. Message-Id: <3bvc3q$l92@apakabar.cc.columbia.edu>
  13. References: <D09Fs9.1n0@murdoch.acc.virginia.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <D09Fs9.1n0@murdoch.acc.virginia.edu>,
  18. Erik Hatcher <esh6h@fulton.seas.Virginia.EDU> wrote:
  19. >I'm running...
  20. >C-Kermit 5A(190), 4 Oct 94, for OpenVMS VAX
  21. >
  22. >And created a text file called param.dat
  23. >containing three small lines of text.
  24. >
  25. >Then went into C-Kermit and did this...
  26. >
  27. >C-Kermit>open read sys$login:param.dat
  28. >C-Kermit>read \%a
  29. >C-Kermit>echo \%a
  30. >
  31. >C-Kermit>read \%a
  32. >?Read file not open
  33. >
  34. I dunno.  I tried this locally and it works fine, assuming
  35. the file really exists and really has three lines in it,
  36. and OPEN READ was given the correct file name.
  37.  
  38. The typescript above makes it look like your PARAM.DAT file
  39. consisted of one empty line, and the second READ command
  40. got an end-of-file.
  41.  
  42. - Frank
  43. x
  44. x
  45. x
  46. x
  47. x
  48. x
  49. x